-
Notifications
You must be signed in to change notification settings - Fork 6
/
ObservableGroup`2.xml
171 lines (171 loc) · 10.6 KB
/
ObservableGroup`2.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<Type Name="ObservableGroup<TKey,TValue>" FullName="CommunityToolkit.Common.Collections.ObservableGroup<TKey,TValue>">
<TypeSignature Language="C#" Value="public class ObservableGroup<TKey,TValue> : System.Collections.ObjectModel.ObservableCollection<TValue>, CommunityToolkit.Common.Collections.IReadOnlyObservableGroup, System.Collections.Generic.IEnumerable<TValue>, System.Linq.IGrouping<TKey,TValue>" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ObservableGroup`2<TKey, TValue> extends System.Collections.ObjectModel.ObservableCollection`1<!TValue> implements class CommunityToolkit.Common.Collections.IReadOnlyObservableGroup, class System.Collections.Generic.IEnumerable`1<!TValue>, class System.Collections.IEnumerable, class System.ComponentModel.INotifyPropertyChanged, class System.Linq.IGrouping`2<!TKey, !TValue>" />
<TypeSignature Language="DocId" Value="T:CommunityToolkit.Common.Collections.ObservableGroup`2" />
<TypeSignature Language="VB.NET" Value="Public Class ObservableGroup(Of TKey, TValue)
Inherits ObservableCollection(Of TValue)
Implements IEnumerable(Of TValue), IGrouping(Of TKey, TValue), IReadOnlyObservableGroup" />
<TypeSignature Language="F#" Value="type ObservableGroup<'Key, 'Value> = class
 inherit ObservableCollection<'Value>
 interface IGrouping<'Key, 'Value>
 interface seq<'Value>
 interface IEnumerable
 interface IReadOnlyObservableGroup
 interface INotifyPropertyChanged" />
<AssemblyInfo>
<AssemblyName>CommunityToolkit.Common</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="TKey" />
<TypeParameter Name="TValue" />
</TypeParameters>
<Base>
<BaseTypeName>System.Collections.ObjectModel.ObservableCollection<TValue></BaseTypeName>
<BaseTypeArguments>
<BaseTypeArgument TypeParamName="!0">TValue</BaseTypeArgument>
</BaseTypeArguments>
</Base>
<Interfaces>
<Interface>
<InterfaceName>CommunityToolkit.Common.Collections.IReadOnlyObservableGroup</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Collections.Generic.IEnumerable<TElement></InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Collections.Generic.IEnumerable<TValue></InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Collections.IEnumerable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.ComponentModel.INotifyPropertyChanged</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Linq.IGrouping<TKey,TValue></InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Diagnostics.DebuggerDisplay("Key = {Key}, Count = {Count}")]</AttributeName>
<AttributeName Language="F#">[<System.Diagnostics.DebuggerDisplay("Key = {Key}, Count = {Count}")>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<typeparam name="TKey">The type of the group key.</typeparam>
<typeparam name="TValue">The type of the items in the collection.</typeparam>
<summary>
An observable group.
It associates a <see cref="P:CommunityToolkit.Common.Collections.ObservableGroup`2.Key" /> to an <see cref="T:System.Collections.ObjectModel.ObservableCollection`1" />.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ObservableGroup (System.Linq.IGrouping<TKey,TValue> grouping);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Linq.IGrouping`2<!TKey, !TValue> grouping) cil managed" />
<MemberSignature Language="DocId" Value="M:CommunityToolkit.Common.Collections.ObservableGroup`2.#ctor(System.Linq.IGrouping{`0,`1})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (grouping As IGrouping(Of TKey, TValue))" />
<MemberSignature Language="F#" Value="new CommunityToolkit.Common.Collections.ObservableGroup<'Key, 'Value> : System.Linq.IGrouping<'Key, 'Value> -> CommunityToolkit.Common.Collections.ObservableGroup<'Key, 'Value>" Usage="new CommunityToolkit.Common.Collections.ObservableGroup<'Key, 'Value> grouping" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>CommunityToolkit.Common</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="grouping" Type="System.Linq.IGrouping<TKey,TValue>" />
</Parameters>
<Docs>
<param name="grouping">The grouping to fill the group.</param>
<summary>
Initializes a new instance of the <see cref="T:CommunityToolkit.Common.Collections.ObservableGroup`2" /> class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ObservableGroup (TKey key);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(!TKey key) cil managed" />
<MemberSignature Language="DocId" Value="M:CommunityToolkit.Common.Collections.ObservableGroup`2.#ctor(`0)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (key As TKey)" />
<MemberSignature Language="F#" Value="new CommunityToolkit.Common.Collections.ObservableGroup<'Key, 'Value> : 'Key -> CommunityToolkit.Common.Collections.ObservableGroup<'Key, 'Value>" Usage="new CommunityToolkit.Common.Collections.ObservableGroup<'Key, 'Value> key" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>CommunityToolkit.Common</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="key" Type="TKey" />
</Parameters>
<Docs>
<param name="key">The key for the group.</param>
<summary>
Initializes a new instance of the <see cref="T:CommunityToolkit.Common.Collections.ObservableGroup`2" /> class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ObservableGroup (TKey key, System.Collections.Generic.IEnumerable<TValue> collection);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(!TKey key, class System.Collections.Generic.IEnumerable`1<!TValue> collection) cil managed" />
<MemberSignature Language="DocId" Value="M:CommunityToolkit.Common.Collections.ObservableGroup`2.#ctor(`0,System.Collections.Generic.IEnumerable{`1})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (key As TKey, collection As IEnumerable(Of TValue))" />
<MemberSignature Language="F#" Value="new CommunityToolkit.Common.Collections.ObservableGroup<'Key, 'Value> : 'Key * seq<'Value> -> CommunityToolkit.Common.Collections.ObservableGroup<'Key, 'Value>" Usage="new CommunityToolkit.Common.Collections.ObservableGroup<'Key, 'Value> (key, collection)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>CommunityToolkit.Common</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="key" Type="TKey" />
<Parameter Name="collection" Type="System.Collections.Generic.IEnumerable<TValue>" />
</Parameters>
<Docs>
<param name="key">The key for the group.</param>
<param name="collection">The initial collection of data to add to the group.</param>
<summary>
Initializes a new instance of the <see cref="T:CommunityToolkit.Common.Collections.ObservableGroup`2" /> class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CommunityToolkit.Common.Collections.IReadOnlyObservableGroup.Key">
<MemberSignature Language="C#" Value="object CommunityToolkit.Common.Collections.IReadOnlyObservableGroup.Key { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance object CommunityToolkit.Common.Collections.IReadOnlyObservableGroup.Key" />
<MemberSignature Language="DocId" Value="P:CommunityToolkit.Common.Collections.ObservableGroup`2.CommunityToolkit#Common#Collections#IReadOnlyObservableGroup#Key" />
<MemberSignature Language="VB.NET" Value=" ReadOnly Property Key As Object Implements IReadOnlyObservableGroup.Key" />
<MemberSignature Language="F#" Value="member this.CommunityToolkit.Common.Collections.IReadOnlyObservableGroup.Key : obj" Usage="CommunityToolkit.Common.Collections.IReadOnlyObservableGroup.Key" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:CommunityToolkit.Common.Collections.IReadOnlyObservableGroup.Key</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>CommunityToolkit.Common</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Key">
<MemberSignature Language="C#" Value="public TKey Key { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance !TKey Key" />
<MemberSignature Language="DocId" Value="P:CommunityToolkit.Common.Collections.ObservableGroup`2.Key" />
<MemberSignature Language="VB.NET" Value="Public Property Key As TKey" />
<MemberSignature Language="F#" Value="member this.Key : 'Key with get, set" Usage="CommunityToolkit.Common.Collections.ObservableGroup<'Key, 'Value>.Key" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>CommunityToolkit.Common</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>TKey</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the key of the group.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>